#ifndef _DIE_AMPEL_ESP_V2_H_
#define _DIE_AMPEL_ESP_V2_H_
typedef struct
{
volatile unsigned WiFi_Connected :1;
volatile unsigned AP_Created :1;
volatile unsigned string_received :1;
volatile unsigned synchronize_time :1;
}status_flags_t;
#endif _DIE_AMPEL_ESP_V2_H_